home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
445_01
/
onetim11
/
fencode.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-07-02
|
253 b
|
10 lines
cls
ren %1 plain.txt
rem creating CODE.KEY file used to encode.
ffcr plain.txt
rem Encoding the file...
fcode e
ren plain.txt %1
rem ***The encoded file is named ENCR.XXX***
rem ***Remember to delete any plain text files with the ZDEL utility!